Skip to content
This repository was archived by the owner on Dec 6, 2021. It is now read-only.

print needs parentheses#17

Open
pathaugen wants to merge 1 commit intodabapps:masterfrom
pathaugen:pathaugen-wip
Open

print needs parentheses#17
pathaugen wants to merge 1 commit intodabapps:masterfrom
pathaugen:pathaugen-wip

Conversation

@pathaugen
Copy link
Copy Markdown

print needs parentheses

print needs parentheses
@pathaugen
Copy link
Copy Markdown
Author

Originally found issue with:

pip install django-user-roles

Forked the code and ran:

python setup.py egg_info

Found issue:
File "setup.py", line 57
print "You probably want to also tag the version now:"
SyntaxError: Missing parentheses in call to 'print'

Resolved issue by adding the parentheses and reran the check:
[FIXED]

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant